Trouble allocating fonts in a Tcl/Tk (Python 3.5) based snap
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
snapcraft version - 2.33
snap - https://github.com/kushalchauhan98/minimal-snip
I am trying to snap a single python3 script.
The code goes something like this: http://paste.ubuntu.com/25262415/
The python script (.py file) runs just fine when executed normally. But when I prime the snap and try it, I get this error on run: http://paste.ubuntu.com/25262438/
The font I am using in my app is the default one offered by tkinter. I haven't chosen any font explicitly to be used in my program.
Initially, I was getting a error which I solved by referring to this question on AskUbuntu (https://askubuntu.com/questions/815511/setting-a-tcl-tk-library-path-inside-a-snap-package).
But now, I am getting this error, which seems to be a snapcraft bug.
Evaluation history
No evaluation history available.